/ Assembly List / LJCAddressParserLib / StandardAddress / ParseStreetName

Namespace - LJCAddressParserLib


Parameters
currentIndex - The token index value.

Returns

true if the token is a StreetName; otherwise, false.

Syntax

C#
public Boolean ParseStreetName(Int32& currentIndex)

Parses the tokens from the currentIndex to the appropriate end Index.

Remarks

The end index is the first occurence of Suffix, Postdirectional, UnitType or UnitNumber.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.